home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 35
/
PC Gamer IT CD 35 2-2.iso
/
STARDEMO
/
Starsiege_ATR2.exe
/
Starsiege
/
Missions.vol
/
TDM_Twilight_Bloodbath.cs
< prev
next >
Wrap
Text File
|
1998-07-30
|
271b
|
15 lines
//-------------- TDM_Twilight_Bloodbath.cs----------------------------
function turret::onAdd(%this)
{
if(!($server::TeamPlay))
{
order(%this, ShutDown, true);
}
}
function setDefaultMissionOptions()
{
$server::TeamPlay = True; // for TDM_ games
}